summaryrefslogtreecommitdiffstats
path: root/src/include/sys
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/sys
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/sys')
-rw-r--r--src/include/sys/.Sanitize33
-rw-r--r--src/include/sys/ChangeLog21
2 files changed, 0 insertions, 54 deletions
diff --git a/src/include/sys/.Sanitize b/src/include/sys/.Sanitize
deleted file mode 100644
index 5aa9eca0c..000000000
--- 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 3e84debfc..000000000
--- 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.