diff options
author | Florian Festi <ffesti@redhat.com> | 2016-02-11 14:08:58 +0100 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2016-02-11 14:08:58 +0100 |
commit | ad5ab9cf070b96f002b6f77af77cacd130c38107 (patch) | |
tree | 03588adac696a4b8145e6f21e51d640579f19dc0 /system.h | |
parent | 61109446ac67ca8f3d96a5592814561db908d83c (diff) | |
download | rpm-ad5ab9cf070b96f002b6f77af77cacd130c38107.tar.gz |
White space fixes
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ extern int fdatasync(int fildes); in main(). In some systems (like NetBSD) it can be set only once and it is done before an execution of main() -- therefore calling it again has no effect. - + Getprogname and setprogname function calls appeared in NetBSD 1.6 (released in 2002). So nothing to (re)implement for this platform. */ # include <stdlib.h> /* Make sure this header is included */ |