diff options
| author | Steve Price <steve@FreeBSD.org> | 1996-12-14 06:03:29 +0000 | 
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1996-12-14 06:03:29 +0000 | 
| commit | fb5cb2083a29d51413797623c54dea0c5a40243c (patch) | |
| tree | 163f19c661895d601b0a50b8c43ae2b7724325db /bin/ls/cmp.c | |
| parent | ffcfff94d085fc2228bd01fda9e8c19f217d957a (diff) | |
Notes
Diffstat (limited to 'bin/ls/cmp.c')
| -rw-r--r-- | bin/ls/cmp.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index 51397b45c390..db72a1d29bab 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.c @@ -33,11 +33,11 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$Id$ + *	$Id: cmp.c,v 1.2 1994/09/24 02:55:52 davidg Exp $   */  #ifndef lint -static char sccsid[] = "@(#)cmp.c	8.1 (Berkeley) 5/31/93"; +static char const sccsid[] = "@(#)cmp.c	8.1 (Berkeley) 5/31/93";  #endif /* not lint */  #include <sys/types.h>  | 
