diff options
author | Bill Nottingham <notting@redhat.com> | 1999-02-04 20:39:09 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-02-04 20:39:09 +0000 |
commit | 0033528f4dbf21c4debb87bbe6f0b77be27bfc8e (patch) | |
tree | ec013bbfb1f9c694b12d5d9bf4bff70361cb7130 /src/initlog.h | |
parent | 75b00704a85e1575a033246122292bb6a3044037 (diff) | |
download | initscripts-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.h | 2 |
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 |