Version 0.51

Mer brukervennlige feilmeldinger, samt fikset alle kompilatoradvarsler.
This commit is contained in:
Geir Hauge
2007-02-27 14:10:08 +00:00
parent bcb560b925
commit 21f0f57f99
7 changed files with 578 additions and 700 deletions

View File

@@ -1,11 +1,13 @@
/*
* @($) $Id: pwfile.c,v 1.2 2002-02-27 08:49:48 knutpett Exp $
* @($) $Id: pwfile.c,v 1.3 2007-02-27 14:10:08 geirha Exp $
*
* functions for parsing the config file.
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <unistd.h>
#include <sys/resource.h>