svn commit: r202001 - user/ed/utmpx/include

Ed Schouten ed at FreeBSD.org
Sun Jan 10 14:55:22 UTC 2010


Author: ed
Date: Sun Jan 10 14:55:21 2010
New Revision: 202001
URL: http://svn.freebsd.org/changeset/base/202001

Log:
  Reserve some spare space, which we can use in the future.

Modified:
  user/ed/utmpx/include/utmpx.h

Modified: user/ed/utmpx/include/utmpx.h
==============================================================================
--- user/ed/utmpx/include/utmpx.h	Sun Jan 10 14:48:42 2010	(r202000)
+++ user/ed/utmpx/include/utmpx.h	Sun Jan 10 14:55:21 2010	(r202001)
@@ -50,6 +50,7 @@ struct utmpx {
 #else
 	char		__ut_host[128];
 #endif
+	char		__ut_spare[64];
 };
 
 #define	EMPTY		0	/* No valid user accounting information. */


More information about the svn-src-user mailing list