diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-10-01 15:31:55 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-10-01 15:31:55 +0000 |
commit | 5a1b795757080540fb50aa23e92462f73c7ddda0 (patch) | |
tree | 439da34a58dc8ff02aa36d697f37ab61542598aa /misc/orville-write/files/patch-getutent.h | |
parent | Update to 1.5.1 (diff) |
Fix build with -fno-common
While here fix one program error ("%s" format without argument).
Notes
Notes:
svn path=/head/; revision=550843
Diffstat (limited to 'misc/orville-write/files/patch-getutent.h')
-rw-r--r-- | misc/orville-write/files/patch-getutent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/orville-write/files/patch-getutent.h b/misc/orville-write/files/patch-getutent.h index 16147b9e82f1..274c79c720d9 100644 --- a/misc/orville-write/files/patch-getutent.h +++ b/misc/orville-write/files/patch-getutent.h @@ -1,5 +1,5 @@ ---- getutent.h.orig 2000-01-31 22:01:13.000000000 -0800 -+++ getutent.h 2010-02-02 22:49:58.043092643 -0800 +--- getutent.h.orig 2000-02-01 06:01:13 UTC ++++ getutent.h @@ -14,8 +14,8 @@ int utmpname(const char *file); void endutent(void); |