opnsense-ports/net/msend/files/patch-common-h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
220 B
Text

--- common.h.orig 1999-05-02 17:00:39.000000000 +0400
+++ common.h 2012-02-22 02:20:34.000000000 +0400
@@ -45,6 +45,7 @@
#ifdef USE_UTMPX
#include <utmpx.h>
+#define ut_name ut_user
#else
#include <utmp.h>
#endif