shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cleanup.


From: shishi-commit
Subject: Cleanup.
Date: Thu, 18 Dec 2003 11:39:11 +0100

Commit from jas 2003-12-18 11:39 CET
Cleanup.
Module File name Revision
shishi src/kdc.c 1.21 >>> 1.22
shishi src/kdc.h 1.1 >>> 1.2

shishi/src/kdc.c   1.21 >>> 1.22
Line 19
   *
   */
 
- #if HAVE_CONFIG_H
- # include "config.h"
- #endif
+ /* Note: only use syslog to report errors in this file. */
 
  /* Get Shishid stuff. */
  #include "kdc.h"

shishi/src/kdc.h   1.1 >>> 1.2
Line 88
  extern int errno;
  #endif
 
- #if HAVE_INTTYPES_H
- # include <inttypes.h>
- #else
- # if HAVE_STDINT_H
- #  include <stdint.h>
- # endif
- #endif
-
  /* Get signal, etc. */
  #ifdef HAVE_SIGNAL_H
  # include <signal.h>
Line 137
  /* Get asprintf. */
  #include "vasprintf.h"
 
- /* Get program_name, etc. */
- #include "progname.h"
-
  /* Shishi and Shisa library. */
  #include <shishi.h>
  #include <shisa.h>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]