summaryrefslogtreecommitdiffstats
path: root/pw/pw_conf.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-10-10 06:23:42 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-10-10 06:23:42 +0000
commit1c918146f943052c1876cdc9983597efd1b4964f (patch)
treee6aed6e87f21afda2b7878dcf24011c58ab590c6 /pw/pw_conf.c
parent50c3b63a06a56b18c07951482d88b5d383ea5238 (diff)
downloadpw-darwin-1c918146f943052c1876cdc9983597efd1b4964f.tar.gz
pw-darwin-1c918146f943052c1876cdc9983597efd1b4964f.tar.zst
pw-darwin-1c918146f943052c1876cdc9983597efd1b4964f.zip
Use err(3) instead of local redefinition. Add rcsid string.
Diffstat (limited to 'pw/pw_conf.c')
-rw-r--r--pw/pw_conf.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c
index 144737f..63742a7 100644
--- a/pw/pw_conf.c
+++ b/pw/pw_conf.c
@@ -22,10 +22,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: pw_conf.c,v 1.5 1997/02/22 16:12:27 peter Exp $
*/
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <string.h>
#include <ctype.h>
#include <fcntl.h>