Subject: CVS commit: src/sbin/mount_portal
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 02/09/2005 13:57:57
Module Name:	src
Committed By:	xtraeme
Date:		Wed Feb  9 13:57:57 UTC 2005

Modified Files:
	src/sbin/mount_portal: Makefile activate.c conf.c mount_portal.c
	    portald.h pt_exec.c pt_file.c pt_filter.c pt_tcp.c

Log Message:
Kill __P(), use ANSI function declarations, constify; WARNS=3.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sbin/mount_portal/Makefile
cvs rdiff -r1.12 -r1.13 src/sbin/mount_portal/activate.c
cvs rdiff -r1.10 -r1.11 src/sbin/mount_portal/conf.c
cvs rdiff -r1.26 -r1.27 src/sbin/mount_portal/mount_portal.c
cvs rdiff -r1.6 -r1.7 src/sbin/mount_portal/portald.h
cvs rdiff -r1.7 -r1.8 src/sbin/mount_portal/pt_exec.c
cvs rdiff -r1.15 -r1.16 src/sbin/mount_portal/pt_file.c
cvs rdiff -r1.4 -r1.5 src/sbin/mount_portal/pt_filter.c
cvs rdiff -r1.18 -r1.19 src/sbin/mount_portal/pt_tcp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.