aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-10-30 03:37:28 +0000
committerBruce Momjian <bruce@momjian.us>1997-10-30 03:37:28 +0000
commit868859b7e31c9ea3c6a1f76b5801b76156fad405 (patch)
treede80609e0c26f4dd70f3ff253f1ac66f46c29e31 /src/backend
parent9939e5551363a89cfa51db0473f2c5dc0d5cf2c7 (diff)
downloadpostgresql-868859b7e31c9ea3c6a1f76b5801b76156fad405.tar.gz
postgresql-868859b7e31c9ea3c6a1f76b5801b76156fad405.zip
AIX patch from Darren King.
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/port/univel/port.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/backend/port/univel/port.c b/src/backend/port/univel/port.c
index cf293ccac6c..907e344ee73 100644
--- a/src/backend/port/univel/port.c
+++ b/src/backend/port/univel/port.c
@@ -70,23 +70,6 @@ getrusage(int who, struct rusage * rusage)
return (0);
}
-/*
- * Copyright (c) 1987 Regents of the University of California.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms are permitted
- * provided that this notice is preserved and that due credit is given
- * to the University of California at Berkeley. The name of the University
- * may not be used to endorse or promote products derived from this
- * software without specific written prior permission. This software
- * is provided ``as is'' without express or implied warranty.
- */
-
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strcasecmp.c 5.5 (Berkeley) 11/24/87";
-
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <string.h>