delete remnants of sys subdir
authorKen Raeburn <raeburn@mit.edu>
Wed, 12 Jun 2002 20:15:34 +0000 (20:15 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 12 Jun 2002 20:15:34 +0000 (20:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14500 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/sys/.Sanitize [deleted file]
src/include/sys/ChangeLog [deleted file]

index 7cea61b0059a1031bccb5d8fd9fb841f15587998..50edfdcaa887297a6a86f06ac688ab2f660d00f5 100644 (file)
@@ -2,6 +2,8 @@
 
        * bsdlib.h, bstring.h, fake-stdlib.h: Deleted.
 
+       * sys/syslog.h: Deleted.
+
 2002-06-10  Ken Raeburn  <raeburn@mit.edu>
 
        * k5-int.h (KRB_AP_PATH_NOT_ACCEPTED, KRB_ERR_RESPONSE_TOO_BIG):
        (krb5_ui_1): Delete.
        * Makefile.in (krb5.h): Don't put SIZEOF macros into output.
 
+2001-04-26  Ken Raeburn  <raeburn@mit.edu>
+
+       * sys/syslog.h (syslog, vsyslog, openlog, closelog, setlogmask):
+       Always use prototype versions of declarations; delete
+       non-prototype declarations.
+
 2002-04-25  Ken Raeburn  <raeburn@mit.edu>
 
        * fake-addrinfo.h (GET_HOST_BY_NAME, GET_HOST_BY_ADDR)
@@ -1122,6 +1130,8 @@ Wed Jun 12 01:32:33 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * syslog.h: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
 
+       * sys/syslog.h: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
+
 Mon Jun 10 16:52:35 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * krb5.hin              
@@ -1544,6 +1554,7 @@ Thu Jun 22 16:03:07 1995  Tom Yu  (tlyu@dragons-lair)
                also, NO_NESTED_PROTOTYPES -> KRB5_NO_NESTED_PROTOTYPES
        * Makefile.in: don't install NO_NESTED_PROTOTYPES, HAS_VOID_TYPE,
                and KRB5_PROVIDE_PROTOTYPES symbols into krb5.h
+       * sys/syslog.h: reverse sense of KRB5_PROVIDE_PROTOTYPES
 
 Thu Jun 22 11:51:10 EDT 1995   Paul Park       (pjpark@mit.edu)
        * k5-int.h - Add pointer in krb5_context for database context.
@@ -1700,6 +1711,8 @@ Thu Apr 13 16:05:08 1995 Keith Vetter (keithv@fusion.com)
        * bsdlib.h, bstring.h, fake-std.h, syslog.h:  __STDC__ conditionals
            also check for the _WINDOWS define.
         * krb5.h: added FAR to pointers visible to the world.
+       * sys/syslog.h:  __STDC__ conditionals also check for the _WINDOWS
+          define.
 
 Tue Mar 28 18:12:32 1995  John Gilmore  (gnu at toad.com)
 
diff --git a/src/include/sys/.Sanitize b/src/include/sys/.Sanitize
deleted file mode 100644 (file)
index 5aa9eca..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Sanitize.in for Kerberos V5
-
-# Each directory to survive it's way into a release will need a file
-# like this one called "./.Sanitize".  All keyword lines must exist,
-# and must exist in the order specified by this file.  Each directory
-# in the tree will be processed, top down, in the following order.
-
-# Hash started lines like this one are comments and will be deleted
-# before anything else is done.  Blank lines will also be squashed
-# out.
-
-# The lines between the "Do-first:" line and the "Things-to-keep:"
-# line are executed as a /bin/sh shell script before anything else is
-# done in this 
-
-Do-first:
-
-# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept.  All other files will be removed.
-# Directories listed in this section will have their own Sanitize
-# called.  Directories not listed will be removed in their entirety
-# with rm -rf.
-
-Things-to-keep:
-
-ChangeLog
-syslog.h
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/include/sys/ChangeLog b/src/include/sys/ChangeLog
deleted file mode 100644 (file)
index 3e84deb..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-2002-06-12  Ken Raeburn  <raeburn@mit.edu>
-
-       * syslog.h: Deleted.
-
-2001-04-26  Ken Raeburn  <raeburn@mit.edu>
-
-       * syslog.h (syslog, vsyslog, openlog, closelog, setlogmask):
-       Always use prototype versions of declarations; delete
-       non-prototype declarations.
-
-Wed Jun 12 00:44:07 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
-
-       * syslog.h: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
-
-Thu Jun 22 16:12:23 1995  Tom Yu  (tlyu@dragons-lair)
-
-       * syslog.h: reverse sense of KRB5_PROVIDE_PROTOTYPES
-
-Thu Apr 13 16:05:08 1995 Keith Vetter (keithv@fusion.com)
-
-       * syslog.h:  __STDC__ conditionals also check for the _WINDOWS define.