summaryrefslogtreecommitdiff
path: root/misc/orville-write/files/patch-getutent.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/orville-write/files/patch-getutent.h')
-rw-r--r--misc/orville-write/files/patch-getutent.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/orville-write/files/patch-getutent.h b/misc/orville-write/files/patch-getutent.h
new file mode 100644
index 000000000000..16147b9e82f1
--- /dev/null
+++ b/misc/orville-write/files/patch-getutent.h
@@ -0,0 +1,13 @@
+--- getutent.h.orig 2000-01-31 22:01:13.000000000 -0800
++++ getutent.h 2010-02-02 22:49:58.043092643 -0800
+@@ -14,8 +14,8 @@
+ int utmpname(const char *file);
+ void endutent(void);
+ void setutent(void);
+-struct utmp *getutent(void);
+-struct utmp *getutline(const struct utmp *ut);
++struct utmpx *getutent(void);
++struct utmpx *getutline(const struct utmpx *ut);
+ #endif /*HAVE_GETUTENT*/
+
+ #endif /* GETUTENT_H */