Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/chown Kill __P(), final round.



details:   https://anonhg.NetBSD.org/src/rev/08ac3e2c0bf4
branches:  trunk
changeset: 574883:08ac3e2c0bf4
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Wed Mar 16 02:55:10 2005 +0000

description:
Kill __P(), final round.

diffstat:

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

diffs (27 lines):

diff -r 75558700244e -r 08ac3e2c0bf4 usr.sbin/chown/chown.c
--- a/usr.sbin/chown/chown.c    Wed Mar 16 02:53:55 2005 +0000
+++ b/usr.sbin/chown/chown.c    Wed Mar 16 02:55:10 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chown.c,v 1.30 2005/03/16 02:08:52 xtraeme Exp $       */
+/*     $NetBSD: chown.c,v 1.31 2005/03/16 02:55:10 xtraeme Exp $       */
 
 /*
  * Copyright (c) 1988, 1993, 1994, 2003
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)chown.c    8.8 (Berkeley) 4/4/94";
 #else
-__RCSID("$NetBSD: chown.c,v 1.30 2005/03/16 02:08:52 xtraeme Exp $");
+__RCSID("$NetBSD: chown.c,v 1.31 2005/03/16 02:55:10 xtraeme Exp $");
 #endif
 #endif /* not lint */
 
@@ -76,7 +76,7 @@
        FTSENT *p;
        int Hflag, Lflag, Rflag, ch, fflag, fts_options, hflag, rval, vflag;
        char *cp;
-       int (*change_owner) __P((const char *, uid_t, gid_t));
+       int (*change_owner)(const char *, uid_t, gid_t);
 
        (void)setlocale(LC_ALL, "");
 



Home | Main Index | Thread Index | Old Index