]> git.pld-linux.org Git - packages/bsd-games.git/blob - bsd-games-types.patch
- CVE reference for debian patch
[packages/bsd-games.git] / bsd-games-types.patch
1 --- bsd-games-2.16/dm/utmpentry.c.orig  2004-01-27 22:33:19.000000000 +0100
2 +++ bsd-games-2.16/dm/utmpentry.c       2005-05-01 00:32:16.000000000 +0200
3 @@ -272,7 +272,8 @@
4         e->line[sizeof(e->line) - 1] = '\0';
5         (void)strncpy(e->host, up->ut_host, sizeof(up->ut_host));
6         e->name[sizeof(e->host) - 1] = '\0';
7 -       e->tv = up->ut_tv;
8 +       e->tv.tv_sec = up->ut_tv.tv_sec;
9 +       e->tv.tv_usec = up->ut_tv.tv_usec;
10         adjust_size(e);
11  }
12  #endif
This page took 0.020836 seconds and 3 git commands to generate.