summaryrefslogtreecommitdiff
path: root/src/include/port
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-03-11 04:38:42 +0000
committerBruce Momjian <bruce@momjian.us>2006-03-11 04:38:42 +0000
commitf3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch)
tree2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /src/include/port
parent7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff)
downloadpostgresql-f3d99d160d1f6104dc7b1b44e66aa4c713e52680.tar.gz
Add CVS tag lines to files that were lacking them.
Diffstat (limited to 'src/include/port')
-rw-r--r--src/include/port/darwin.h2
-rw-r--r--src/include/port/dgux.h2
-rw-r--r--src/include/port/freebsd.h2
-rw-r--r--src/include/port/hpux.h2
-rw-r--r--src/include/port/irix.h2
-rw-r--r--src/include/port/linux.h1
-rw-r--r--src/include/port/netbsd.h1
-rw-r--r--src/include/port/nextstep.h2
-rw-r--r--src/include/port/openbsd.h2
-rw-r--r--src/include/port/osf.h2
-rw-r--r--src/include/port/win32/arpa/inet.h2
-rw-r--r--src/include/port/win32/dlfcn.h2
-rw-r--r--src/include/port/win32/grp.h2
-rw-r--r--src/include/port/win32/netdb.h1
-rw-r--r--src/include/port/win32/netinet/in.h2
15 files changed, 24 insertions, 3 deletions
diff --git a/src/include/port/darwin.h b/src/include/port/darwin.h
index af4ce9b385..e52a872681 100644
--- a/src/include/port/darwin.h
+++ b/src/include/port/darwin.h
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/src/include/port/darwin.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */
+
#define __darwin__ 1
#if HAVE_DECL_F_FULLFSYNC /* not present before OS X 10.3 */
diff --git a/src/include/port/dgux.h b/src/include/port/dgux.h
index e0e0c74de1..73096530f2 100644
--- a/src/include/port/dgux.h
+++ b/src/include/port/dgux.h
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/src/include/port/dgux.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */
+
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
#endif
diff --git a/src/include/port/freebsd.h b/src/include/port/freebsd.h
index 8b13789179..a70df321cc 100644
--- a/src/include/port/freebsd.h
+++ b/src/include/port/freebsd.h
@@ -1 +1 @@
-
+/* $PostgreSQL: pgsql/src/include/port/freebsd.h,v 1.16 2006/03/11 04:38:38 momjian Exp $ */
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h
index e96c5324a3..6c8cdeb2fb 100644
--- a/src/include/port/hpux.h
+++ b/src/include/port/hpux.h
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/src/include/port/hpux.h,v 1.23 2006/03/11 04:38:38 momjian Exp $ */
+
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
#endif
diff --git a/src/include/port/irix.h b/src/include/port/irix.h
index 8b13789179..9f1a412345 100644
--- a/src/include/port/irix.h
+++ b/src/include/port/irix.h
@@ -1 +1 @@
-
+/* $PostgreSQL: pgsql/src/include/port/irix.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
diff --git a/src/include/port/linux.h b/src/include/port/linux.h
index 8b13789179..a4d8f247bc 100644
--- a/src/include/port/linux.h
+++ b/src/include/port/linux.h
@@ -1 +1,2 @@
+/* $PostgreSQL: pgsql/src/include/port/linux.h,v 1.41 2006/03/11 04:38:38 momjian Exp $ */
diff --git a/src/include/port/netbsd.h b/src/include/port/netbsd.h
index 8b13789179..59b78cccd3 100644
--- a/src/include/port/netbsd.h
+++ b/src/include/port/netbsd.h
@@ -1 +1,2 @@
+/* $PostgreSQL: pgsql/src/include/port/netbsd.h,v 1.15 2006/03/11 04:38:38 momjian Exp $ */
diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h
index 12ce891237..47a3c8856f 100644
--- a/src/include/port/nextstep.h
+++ b/src/include/port/nextstep.h
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/src/include/port/nextstep.h,v 1.8 2006/03/11 04:38:38 momjian Exp $ */
+
#include "libc.h"
#include <sys/ioctl.h>
#if defined(__STRICT_ANSI__)
diff --git a/src/include/port/openbsd.h b/src/include/port/openbsd.h
index 8b13789179..412f5615a6 100644
--- a/src/include/port/openbsd.h
+++ b/src/include/port/openbsd.h
@@ -1 +1 @@
-
+/* $PostgreSQL: pgsql/src/include/port/openbsd.h,v 1.14 2006/03/11 04:38:38 momjian Exp $ */
diff --git a/src/include/port/osf.h b/src/include/port/osf.h
index 2368f3b593..4b45d1a8f6 100644
--- a/src/include/port/osf.h
+++ b/src/include/port/osf.h
@@ -1,2 +1,4 @@
+/* $PostgreSQL: pgsql/src/include/port/osf.h,v 1.9 2006/03/11 04:38:38 momjian Exp $ */
+
#define NOFIXADE
#define DISABLE_XOPEN_NLS
diff --git a/src/include/port/win32/arpa/inet.h b/src/include/port/win32/arpa/inet.h
index dc979c0537..b61c4ebffd 100644
--- a/src/include/port/win32/arpa/inet.h
+++ b/src/include/port/win32/arpa/inet.h
@@ -1 +1,3 @@
+/* $PostgreSQL: pgsql/src/include/port/win32/arpa/inet.h,v 1.2 2006/03/11 04:38:39 momjian Exp $ */
+
#include <sys/socket.h>
diff --git a/src/include/port/win32/dlfcn.h b/src/include/port/win32/dlfcn.h
index 8b13789179..55a59c202b 100644
--- a/src/include/port/win32/dlfcn.h
+++ b/src/include/port/win32/dlfcn.h
@@ -1 +1,3 @@
+/* $PostgreSQL: pgsql/src/include/port/win32/dlfcn.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
+
diff --git a/src/include/port/win32/grp.h b/src/include/port/win32/grp.h
index 8b13789179..162734f440 100644
--- a/src/include/port/win32/grp.h
+++ b/src/include/port/win32/grp.h
@@ -1 +1,3 @@
+/* $PostgreSQL: pgsql/src/include/port/win32/grp.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
+
diff --git a/src/include/port/win32/netdb.h b/src/include/port/win32/netdb.h
index 8b13789179..0243e3eefb 100644
--- a/src/include/port/win32/netdb.h
+++ b/src/include/port/win32/netdb.h
@@ -1 +1,2 @@
+/* $PostgreSQL: pgsql/src/include/port/win32/netdb.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */
diff --git a/src/include/port/win32/netinet/in.h b/src/include/port/win32/netinet/in.h
index dc979c0537..19a8a650e1 100644
--- a/src/include/port/win32/netinet/in.h
+++ b/src/include/port/win32/netinet/in.h
@@ -1 +1,3 @@
+/* $PostgreSQL: pgsql/src/include/port/win32/netinet/in.h,v 1.3 2006/03/11 04:38:39 momjian Exp $ */
+
#include <sys/socket.h>