[Midnightbsd-cvs] src [11555] trunk/usr.bin/expand/expand.c: tag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 7 17:53:49 EDT 2018


Revision: 11555
          http://svnweb.midnightbsd.org/src/?rev=11555
Author:   laffer1
Date:     2018-07-07 17:53:49 -0400 (Sat, 07 Jul 2018)
Log Message:
-----------
tag

Modified Paths:
--------------
    trunk/usr.bin/expand/expand.c

Modified: trunk/usr.bin/expand/expand.c
===================================================================
--- trunk/usr.bin/expand/expand.c	2018-07-07 21:53:03 UTC (rev 11554)
+++ trunk/usr.bin/expand/expand.c	2018-07-07 21:53:49 UTC (rev 11555)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1980, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -39,7 +40,7 @@
 #endif
 #endif /* not lint */
 #include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/10/usr.bin/expand/expand.c 227238 2011-11-06 18:49:30Z ed $");
 
 #include <ctype.h>
 #include <err.h>
@@ -53,8 +54,8 @@
 /*
  * expand - expand tabs to equivalent spaces
  */
-int	nstops;
-int	tabstops[100];
+static int	nstops;
+static int	tabstops[100];
 
 static void getstops(char *);
 static void usage(void);



More information about the Midnightbsd-cvs mailing list