mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Postgres 9.2, and perhaps no existing users either.
This commit is contained in:
@@ -367,7 +367,7 @@ extern char *crypt(const char *key, const char *setting);
|
||||
/* WIN32 handled in port/win32.h */
|
||||
#ifndef WIN32
|
||||
#define pgoff_t off_t
|
||||
#if defined(__bsdi__) || defined(__NetBSD__)
|
||||
#ifdef __NetBSD__
|
||||
extern int fseeko(FILE *stream, off_t offset, int whence);
|
||||
extern off_t ftello(FILE *stream);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user