freebsd-ports/sysutils/blimitd/files/patch-aa
Kris Kennaway 1bdbbbec31 Fix build on -current
Submitted by:   Hiten Pandya <hiten@angelica.unixdaemons.com>
2002-10-25 07:50:09 +00:00

11 lines
383 B
Text

--- config.h Sat Aug 4 15:11:31 2001
+++ config.h.new Wed Oct 23 16:46:47 2002
@@ -13,7 +13,7 @@
#define SYSLOG_IDENT "blimitd"
/* location of pid file */
-#define PID_FILE _PATH_VARRUN ## "blimitd.pid"
+#define PID_FILE _PATH_VARRUN "blimitd.pid"
/* how often to check for infringements (in seconds). NB warnings can't be
* sent more frequently than this figure either */