aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl/pathconf.c
Commit message (Collapse)AuthorAgeFilesLines
* This file does not seem to serve any purpose. It has never been hooked upTim J. Robbins2003-04-281-240/+0
| | | | | | | | to the build, and performs a subset of the functionality that the getconf(1) utility performs. Notes: svn path=/head/; revision=114141
* o remove __PWarner Losh2002-03-211-4/+4
| | | | | | | o remove main prototype Notes: svn path=/head/; revision=92883
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Use err(3). Change err(-1,... to err(1,...Philippe Charnier1997-10-201-16/+27
| | | | Notes: svn path=/head/; revision=30602
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+229
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553