aboutsummaryrefslogtreecommitdiffstats
path: root/src/initlog.h
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-02-04 20:39:09 +0000
committerBill Nottingham <notting@redhat.com>1999-02-04 20:39:09 +0000
commit0033528f4dbf21c4debb87bbe6f0b77be27bfc8e (patch)
treeec013bbfb1f9c694b12d5d9bf4bff70361cb7130 /src/initlog.h
parent75b00704a85e1575a033246122292bb6a3044037 (diff)
downloadinitscripts-0033528f4dbf21c4debb87bbe6f0b77be27bfc8e.tar
initscripts-0033528f4dbf21c4debb87bbe6f0b77be27bfc8e.tar.gz
initscripts-0033528f4dbf21c4debb87bbe6f0b77be27bfc8e.tar.bz2
initscripts-0033528f4dbf21c4debb87bbe6f0b77be27bfc8e.tar.xz
initscripts-0033528f4dbf21c4debb87bbe6f0b77be27bfc8e.zip
fix syscall to something lots more portable
Diffstat (limited to 'src/initlog.h')
-rw-r--r--src/initlog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/initlog.h b/src/initlog.h
index 244ff9a0..fbcedc72 100644
--- a/src/initlog.h
+++ b/src/initlog.h
@@ -1,4 +1,6 @@
+#define _GNU_SOURCE 1
+
#ifndef INITLOG_H
#define INITLOG_H