diff options
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init/init.c b/init/init.c index 4fed8a3f..d66bee0b 100644 --- a/init/init.c +++ b/init/init.c @@ -1,7 +1,7 @@ /* Start and maintain hurd core servers and system run state - Copyright (C) 1993,94,95,96,97,98,99,2000,01,02,05 - Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + 2005, 2008 Free Software Foundation, Inc. This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or modify @@ -253,7 +253,7 @@ reboot_system (int flags) struct procinfo *pi = 0; size_t pisize = 0; char *noise; - size_t noise_len; + size_t noise_len = 0; int flags; err = proc_getprocinfo (procserver, pp[ind], &flags, (int **)&pi, &pisize, |