summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/utmp.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-02 03:50:11 +0000
committerChristopher Faylor <me@cgf.cx>2005-05-02 03:50:11 +0000
commit05726ddd86c1421add510d5e8395cf7e3ac378f3 (patch)
treee7a339d3b7773fee264eb134e3acfb1ca87877f2 /winsup/cygwin/include/sys/utmp.h
parentb9b1b38358983f564e48ced1a9a599698e1be36f (diff)
downloadcygnal-05726ddd86c1421add510d5e8395cf7e3ac378f3.tar.gz
cygnal-05726ddd86c1421add510d5e8395cf7e3ac378f3.tar.bz2
cygnal-05726ddd86c1421add510d5e8395cf7e3ac378f3.zip
white space and minor comment cleanup.
Diffstat (limited to 'winsup/cygwin/include/sys/utmp.h')
-rw-r--r--winsup/cygwin/include/sys/utmp.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/winsup/cygwin/include/sys/utmp.h b/winsup/cygwin/include/sys/utmp.h
index 435891b18..8828d0f88 100644
--- a/winsup/cygwin/include/sys/utmp.h
+++ b/winsup/cygwin/include/sys/utmp.h
@@ -22,16 +22,16 @@ extern "C" {
#endif
-struct utmp
+struct utmp
{
- short ut_type;
- pid_t ut_pid;
+ short ut_type;
+ pid_t ut_pid;
char ut_line[UT_LINESIZE];
char ut_id[UT_IDLEN];
- time_t ut_time;
- char ut_user[UT_NAMESIZE];
- char ut_host[UT_HOSTSIZE];
- long ut_addr;
+ time_t ut_time;
+ char ut_user[UT_NAMESIZE];
+ char ut_host[UT_HOSTSIZE];
+ long ut_addr;
};
extern struct utmp *_getutline (struct utmp *);