Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/nl Pasto in previous; noticed by Perry.
details: https://anonhg.NetBSD.org/src/rev/da98c358cb9f
branches: trunk
changeset: 476115:da98c358cb9f
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Sep 06 21:50:39 1999 +0000
description:
Pasto in previous; noticed by Perry.
diffstat:
usr.bin/nl/nl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 51370e41c61a -r da98c358cb9f usr.bin/nl/nl.c
--- a/usr.bin/nl/nl.c Mon Sep 06 20:44:02 1999 +0000
+++ b/usr.bin/nl/nl.c Mon Sep 06 21:50:39 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nl.c,v 1.4 1999/09/06 09:37:29 kleink Exp $ */
+/* $NetBSD: nl.c,v 1.5 1999/09/06 21:50:39 kleink Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
__COPYRIGHT(
"@(#) Copyright (c) 1999\
The NetBSD Foundation, Inc. All rights reserved.");
-__RCSID("$NetBSD: nl.c,v 1.4 1999/09/06 09:37:29 kleink Exp $");
+__RCSID("$NetBSD: nl.c,v 1.5 1999/09/06 21:50:39 kleink Exp $");
#endif
#include <errno.h>
@@ -390,7 +390,7 @@
int section;
{
int error;
- char errorbuf[NL_MAX];
+ char errorbuf[NL_TEXTMAX];
switch (argstr[0]) {
case 'a':
Home |
Main Index |
Thread Index |
Old Index