summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/adt/inet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/utils/adt/inet.c b/src/backend/utils/adt/inet.c
index bfb63b2abb3..9313245e53a 100644
--- a/src/backend/utils/adt/inet.c
+++ b/src/backend/utils/adt/inet.c
@@ -3,7 +3,8 @@
* is for IP V4 CIDR notation, but prepared for V6: just
* add the necessary bits where the comments indicate.
*
- * $Id: inet.c,v 1.7 1998/10/21 02:48:22 momjian Exp $
+ * $Id: inet.c,v 1.8 1998/10/21 04:25:25 momjian Exp $
+ * Jon Postel RIP 16 Oct 1998
*/
#include <sys/types.h>