|
3 | 3 | * |
4 | 4 | * (C) Copyright 1991-1994 Diomidis Spinellis. All rights reserved. |
5 | 5 | * |
6 | | - * $Id: trace.c,v 1.27 1994/02/06 10:02:59 dds Exp $ |
| 6 | + * $Id: trace.c,v 1.28 1994/10/01 11:32:56 dds Exp $ |
7 | 7 | * |
| 8 | + * Permission to use, copy, and distribute this software and its |
| 9 | + * documentation for any purpose and without fee is hereby granted, |
| 10 | + * provided that the above copyright notice appear in all copies and that |
| 11 | + * both that copyright notice and this permission notice appear in |
| 12 | + * supporting documentation. |
| 13 | + * |
| 14 | + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED |
| 15 | + * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF |
| 16 | + * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
8 | 17 | */ |
9 | 18 |
|
10 | 19 | #include <stddef.h> |
|
23 | 32 | #include <errno.h> |
24 | 33 |
|
25 | 34 | #ifndef lint |
26 | | -static char rcsid[] = "$Id: trace.c,v 1.27 1994/02/06 10:02:59 dds Exp $"; |
| 35 | +static char rcsid[] = "$Id: trace.c,v 1.28 1994/10/01 11:32:56 dds Exp $"; |
27 | 36 | #endif |
28 | 37 |
|
29 | 38 | #define MAXBUFF 1025 |
@@ -1333,7 +1342,7 @@ main(int argc, char *argv[]) |
1333 | 1342 | int errflag = 0; |
1334 | 1343 | char *usagestring = "usage: %s [-o fname] [-l len] [-help] [-abcfinrstvwxy] [-p psp] [command options ...]\n"; |
1335 | 1344 | int c; |
1336 | | - static char revstring[] = "$Revision: 1.27 $", revision[30]; |
| 1345 | + static char revstring[] = "$Revision: 1.28 $", revision[30]; |
1337 | 1346 | char *p; |
1338 | 1347 |
|
1339 | 1348 | strcpy(revision, strchr(revstring, ':') + 2); |
|
0 commit comments