1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/misc/orville-write/files/utmpx-getutent.h
Martin Wilke 09eee0a3ef - Fix build on HEAD
PR:		143518
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
2010-02-10 14:38:19 +00:00

14 lines
414 B
C

--- 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 */