summaryrefslogtreecommitdiff
path: root/src/backend/port/alpha/port-protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/port/alpha/port-protos.h')
-rw-r--r--src/backend/port/alpha/port-protos.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/backend/port/alpha/port-protos.h b/src/backend/port/alpha/port-protos.h
index 3bd8d454a5..3b5cb47ade 100644
--- a/src/backend/port/alpha/port-protos.h
+++ b/src/backend/port/alpha/port-protos.h
@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
- * prototypes for OSF/1-specific routines
+ * prototypes for OSF/1-specific routines
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: port-protos.h,v 1.1.1.1 1996/07/09 06:21:42 scrappy Exp $
+ * $Id: port-protos.h,v 1.2 1997/09/07 04:45:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -22,18 +22,18 @@
/*
* Dynamic Loader on Alpha OSF/1.x
*
- * this dynamic loader uses the system dynamic loading interface for shared
+ * this dynamic loader uses the system dynamic loading interface for shared
* libraries (ie. dlopen/dlsym/dlclose). The user must specify a shared
* library as the file to be dynamically loaded.
*
*/
#define pg_dlopen(f) dlopen(f, RTLD_LAZY)
-#define pg_dlsym(h, f) ((func_ptr)dlsym(h, f))
-#define pg_dlclose(h) dlclose(h)
+#define pg_dlsym(h, f) ((func_ptr)dlsym(h, f))
+#define pg_dlclose(h) dlclose(h)
#define pg_dlerror() dlerror()
/* port.c */
-extern void init_address_fixup(void);
+extern void init_address_fixup(void);
-#endif /* PORT_PROTOS_H */
+#endif /* PORT_PROTOS_H */