summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-06-12 20:15:34 +0000
committerKen Raeburn <raeburn@mit.edu>2002-06-12 20:15:34 +0000
commit3b06c02aa2b296662a16e122dcf6b1378a8d80a6 (patch)
tree5be05d9b3b263b7f9aa94db43f03489c824244c9 /src/include
parent149530f5d22092bda891f8bdc28ab6bdbd3d8614 (diff)
downloadkrb5-3b06c02aa2b296662a16e122dcf6b1378a8d80a6.tar.gz
krb5-3b06c02aa2b296662a16e122dcf6b1378a8d80a6.tar.xz
krb5-3b06c02aa2b296662a16e122dcf6b1378a8d80a6.zip
delete remnants of sys subdir
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14500 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog13
-rw-r--r--src/include/sys/.Sanitize33
-rw-r--r--src/include/sys/ChangeLog21
3 files changed, 13 insertions, 54 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 7cea61b005..50edfdcaa8 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -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):
@@ -60,6 +62,12 @@
(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
index 5aa9eca0c4..0000000000
--- a/src/include/sys/.Sanitize
+++ /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
index 3e84debfce..0000000000
--- a/src/include/sys/ChangeLog
+++ /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.