summaryrefslogtreecommitdiffstats
path: root/pw/pw_log.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
commit2d292a048fc1a9b71c8d4aa0e79ea8e33725ce04 (patch)
treeb30178b71f02ee1dfa3cd15cea7af1457b727649 /pw/pw_log.c
parentd728a0be340fe290e6741387e644093d5b23161b (diff)
downloadpw-darwin-2d292a048fc1a9b71c8d4aa0e79ea8e33725ce04.tar.gz
pw-darwin-2d292a048fc1a9b71c8d4aa0e79ea8e33725ce04.tar.zst
pw-darwin-2d292a048fc1a9b71c8d4aa0e79ea8e33725ce04.zip
Use err(3) instead of local redefinition. Add rcsid string.
Diffstat (limited to 'pw/pw_log.c')
-rw-r--r--pw/pw_log.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/pw/pw_log.c b/pw/pw_log.c
index 7a4ae9b..e11e5ee 100644
--- a/pw/pw_log.c
+++ b/pw/pw_log.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$
*/
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <fcntl.h>
#include "pw.h"