diff options
Diffstat (limited to 'misc/orville-write/files/patch-lib_common.h')
-rw-r--r-- | misc/orville-write/files/patch-lib_common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/orville-write/files/patch-lib_common.h b/misc/orville-write/files/patch-lib_common.h new file mode 100644 index 000000000000..58da23112e59 --- /dev/null +++ b/misc/orville-write/files/patch-lib_common.h @@ -0,0 +1,11 @@ +--- 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); |