summaryrefslogtreecommitdiff
path: root/misc/orville-write/files/patch-lib_common.h
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-10-01 15:31:55 +0000
committerStefan Eßer <se@FreeBSD.org>2020-10-01 15:31:55 +0000
commit5a1b795757080540fb50aa23e92462f73c7ddda0 (patch)
tree439da34a58dc8ff02aa36d697f37ab61542598aa /misc/orville-write/files/patch-lib_common.h
parentUpdate 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-lib_common.h')
-rw-r--r--misc/orville-write/files/patch-lib_common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/orville-write/files/patch-lib_common.h b/misc/orville-write/files/patch-lib_common.h
deleted file mode 100644
index 58da23112e59..000000000000
--- a/misc/orville-write/files/patch-lib_common.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib_common.h.orig 2010-02-02 22:40:13.646402561 -0800
-+++ lib_common.h 2010-02-02 22:40:30.475105092 -0800
-@@ -6,7 +6,7 @@
- #include "getutent.h"
-
- int init_wstream(int mode);
--struct utmp *find_utmp(char *tty);
-+struct utmpx *find_utmp(char *tty);
- void find_wrttmp(char *tty, time_t time,struct wrttmp *wbuf, long *pos);
- void dflt_wrttmp(struct wrttmp *wbuf, char *tty, time_t time);
- char *leafname(char *fullpath);