diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-06 10:03:58 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-06 10:03:58 +0000 |
commit | ff0075afc1eaf14391085c549d4b8ddbe9890eef (patch) | |
tree | f1aa69363f2c8a3a494cb7f930210f099f520526 /net-mgmt/nagios12/files/patch-xsddb.c | |
parent | - Add nagios12, version 1.2 of nagios port (thanks to marcus for repocopy). (diff) |
- Re-add old patches.
- Remove recent patches.
Notes
Notes:
svn path=/head/; revision=132626
Diffstat (limited to 'net-mgmt/nagios12/files/patch-xsddb.c')
-rw-r--r-- | net-mgmt/nagios12/files/patch-xsddb.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nagios12/files/patch-xsddb.c b/net-mgmt/nagios12/files/patch-xsddb.c new file mode 100644 index 000000000000..e9e1d169cc76 --- /dev/null +++ b/net-mgmt/nagios12/files/patch-xsddb.c @@ -0,0 +1,11 @@ +--- xdata/xsddb.c.orig Thu Nov 14 03:51:34 2002 ++++ xdata/xsddb.c Thu Mar 6 23:16:27 2003 +@@ -48,7 +48,7 @@ + #endif + + #ifdef USE_XSDPGSQL +-#include <pgsql/libpq-fe.h> ++#include <libpq-fe.h> + #endif + + |