summaryrefslogtreecommitdiffstats
path: root/bin/ls/print.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-07 15:33:50 +0000
committersteve <steve@FreeBSD.org>1997-08-07 15:33:50 +0000
commit2eae399bf658d612cf34e257c1e75ac07483b906 (patch)
tree88a51bfc8ffc6d6aad839916e356b84aa27a871b /bin/ls/print.c
parent37eb5f3ab020d621a33309a011226112bfb224b5 (diff)
downloadFreeBSD-src-2eae399bf658d612cf34e257c1e75ac07483b906.zip
FreeBSD-src-2eae399bf658d612cf34e257c1e75ac07483b906.tar.gz
Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.
Diffstat (limited to 'bin/ls/print.c')
-rw-r--r--bin/ls/print.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c
index e0fe3bb..c27a18a 100644
--- a/bin/ls/print.c
+++ b/bin/ls/print.c
@@ -33,11 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * from: @(#)print.c 8.4 (Berkeley) 4/17/94";
*/
#ifndef lint
-static char const sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94";
+static const char rcsid[] =
+ "$Id: print.c,v 1.12 1997/02/22 14:04:01 peter Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -272,11 +273,9 @@ printtype(mode)
case S_IFSOCK:
(void)putchar('=');
return (1);
-#ifndef BSD4_4_LITE
case S_IFWHT:
(void)putchar('%');
return (1);
-#endif
}
if (mode & (S_IXUSR | S_IXGRP | S_IXOTH)) {
(void)putchar('*');
OpenPOWER on IntegriCloud