/[hurd]/hurd/utils/gcore.c
ViewVC logotype

Diff of /hurd/utils/gcore.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by roland, Fri Nov 23 23:14:19 2001 UTC revision 1.2 by marcus, Mon May 13 17:34:23 2002 UTC
# Line 1  Line 1 
1  /* `gcore' program for GNU Hurd: write a core dump from a running process.  /* `gcore' program for GNU Hurd: write a core dump from a running process.
2     Copyright (C) 1992,2001 Free Software Foundation, Inc.     Copyright (C) 1992,2001,2002 Free Software Foundation, Inc.
3     Written by Roland McGrath.     Written by Roland McGrath.
4    
5  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
# Line 26  the Free Software Foundation, 675 Mass A Line 26  the Free Software Foundation, 675 Mass A
26  #include <fcntl.h>  #include <fcntl.h>
27  #include <argp.h>  #include <argp.h>
28  #include <error.h>  #include <error.h>
29    #include <version.h>
30    
31    const char *argp_program_version = STANDARD_HURD_VERSION (gcore);
32    
33  static const struct argp argp =  static const struct argp argp =
34  {  {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26