Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-02 07:50:11 +0400
committerChristopher Faylor <me@cgf.cx>2005-05-02 07:50:11 +0400
commit05726ddd86c1421add510d5e8395cf7e3ac378f3 (patch)
treee7a339d3b7773fee264eb134e3acfb1ca87877f2 /winsup/cygwin/include/utmpx.h
parentb9b1b38358983f564e48ced1a9a599698e1be36f (diff)
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;
};