diff options
Diffstat (limited to 'src/backend/port/hpux/port-protos.h')
-rw-r--r-- | src/backend/port/hpux/port-protos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/port/hpux/port-protos.h b/src/backend/port/hpux/port-protos.h index dbf43ce5f1a..968c9ab006f 100644 --- a/src/backend/port/hpux/port-protos.h +++ b/src/backend/port/hpux/port-protos.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: port-protos.h,v 1.5 1997/12/19 22:45:57 scrappy Exp $ + * $Id: port-protos.h,v 1.6 1998/09/01 04:31:17 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -28,4 +28,4 @@ extern int init_address_fixup(void); extern double rint(double x); extern double cbrt(double x); -#endif /* PORT_PROTOS_H */ +#endif /* PORT_PROTOS_H */ |