summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/utmpx.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/utmpx.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/utmpx.h')
-rw-r--r--winsup/cygwin/include/utmpx.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/winsup/cygwin/include/utmpx.h b/winsup/cygwin/include/utmpx.h
index 0e24ce884..8029f763c 100644
--- a/winsup/cygwin/include/utmpx.h
+++ b/winsup/cygwin/include/utmpx.h
@@ -21,14 +21,14 @@ extern "C" {
/* Must be kept in sync with struct utmp as defined in sys/utmp.h! */
struct utmpx
{
- 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;
struct timeval ut_tv;
};