diff options
Diffstat (limited to 'src/include/storage/fd.h')
| -rw-r--r-- | src/include/storage/fd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h index 31eb02c72d..670a7e5aba 100644 --- a/src/include/storage/fd.h +++ b/src/include/storage/fd.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fd.h,v 1.32 2001/10/25 05:50:10 momjian Exp $ + * $Id: fd.h,v 1.33 2001/10/28 06:26:08 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -78,4 +78,5 @@ extern void AtEOXact_Files(void); extern void RemovePgTempFiles(void); extern int pg_fsync(int fd); extern int pg_fdatasync(int fd); + #endif /* FD_H */ |
