summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-09-26 06:29:53 +0000
committerPaul Mackerras <paulus@samba.org>1996-09-26 06:29:53 +0000
commit5b7f8c26cdb0ae73278f68cbd47bcb225bfd5803 (patch)
treed36284bfcddb99907f3a6c82866428353757e86d /common
parent3c34078777ecd420a1fddd54078a1a1ef9903735 (diff)
downloadppp-5b7f8c26cdb0ae73278f68cbd47bcb225bfd5803.tar.gz
mods for linux
Diffstat (limited to 'common')
-rw-r--r--common/zlib.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/common/zlib.h b/common/zlib.h
index 5896d90..9ce824f 100644
--- a/common/zlib.h
+++ b/common/zlib.h
@@ -1,4 +1,4 @@
-/* $Id: zlib.h,v 1.2 1996/04/04 02:43:58 paulus Exp $ */
+/* $Id: zlib.h,v 1.3 1996/09/26 06:29:53 paulus Exp $ */
/*
* This file is derived from zlib.h and zconf.h from the zlib-0.95
@@ -7,6 +7,13 @@
* decompression for PPP packets.
*/
+/*
+ * ==FILEVERSION 960122==
+ *
+ * This marker is used by the Linux installation script to determine
+ * whether an up-to-date version of this file is already installed.
+ */
+
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 0.95, Aug 16th, 1995.