Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/mountd Pull up revision 1.56 (requested by mjl):



details:   https://anonhg.NetBSD.org/src/rev/bb48a23c203a
branches:  netbsd-1-4
changeset: 469733:bb48a23c203a
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 21 15:24:08 1999 +0000

description:
Pull up revision 1.56 (requested by mjl):
  Reorder arguments to error message so the message actually makes
  sense.

diffstat:

 usr.sbin/mountd/mountd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7b33ae6399b8 -r bb48a23c203a usr.sbin/mountd/mountd.c
--- a/usr.sbin/mountd/mountd.c  Sun Nov 21 15:21:44 1999 +0000
+++ b/usr.sbin/mountd/mountd.c  Sun Nov 21 15:24:08 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mountd.c,v 1.52.2.1 1999/11/20 17:17:27 he Exp $    */
+/* $NetBSD: mountd.c,v 1.52.2.2 1999/11/21 15:24:08 he Exp $    */
 
 /*
  * Copyright (c) 1989, 1993
@@ -51,7 +51,7 @@
 #if 0
 static char     sccsid[] = "@(#)mountd.c  8.15 (Berkeley) 5/1/95";
 #else
-__RCSID("$NetBSD: mountd.c,v 1.52.2.1 1999/11/20 17:17:27 he Exp $");
+__RCSID("$NetBSD: mountd.c,v 1.52.2.2 1999/11/21 15:24:08 he Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -2269,7 +2269,7 @@
 bad1:
        syslog(LOG_ERR,
            "\"%s\", line %ld: `%s' is not a%s directory",
-           line, (unsigned long)lineno, file, dirp);
+           line, (unsigned long)lineno, dirp, file);
        if (cp)
                *cp = '/';
        return 0;



Home | Main Index | Thread Index | Old Index