Deleted Added
full compact
status.c (32785) status.c (44852)
1/*
2 * Copyright (c) 1992, Brian Berliner and Jeff Polk
3 * Copyright (c) 1989-1992, Brian Berliner
4 *
5 * You may distribute under the terms of the GNU General Public License as
6 * specified in the README file that comes with the CVS source distribution.
7 *
8 * Status Information

--- 17 unchanged lines hidden (view full) ---

26 "\t-v\tVerbose format; includes tag information for the file\n",
27 "\t-l\tProcess this directory only (not recursive).\n",
28 "\t-R\tProcess directories recursively.\n",
29 "(Specify the --help global option for a list of other help options)\n",
30 NULL
31};
32
33int
1/*
2 * Copyright (c) 1992, Brian Berliner and Jeff Polk
3 * Copyright (c) 1989-1992, Brian Berliner
4 *
5 * You may distribute under the terms of the GNU General Public License as
6 * specified in the README file that comes with the CVS source distribution.
7 *
8 * Status Information

--- 17 unchanged lines hidden (view full) ---

26 "\t-v\tVerbose format; includes tag information for the file\n",
27 "\t-l\tProcess this directory only (not recursive).\n",
28 "\t-R\tProcess directories recursively.\n",
29 "(Specify the --help global option for a list of other help options)\n",
30 NULL
31};
32
33int
34status (argc, argv)
34cvsstatus (argc, argv)
35 int argc;
36 char **argv;
37{
38 int c;
39 int err = 0;
40
41 if (argc == -1)
42 usage (status_usage);

--- 313 unchanged lines hidden ---
35 int argc;
36 char **argv;
37{
38 int c;
39 int err = 0;
40
41 if (argc == -1)
42 usage (status_usage);

--- 313 unchanged lines hidden ---