$NetBSD: patch-aj,v 1.2 2006/12/05 20:43:16 gschwarz Exp $

--- generate_passwd.c.orig	1999-04-03 08:03:47.000000000 +0200
+++ generate_passwd.c	2006-12-04 21:02:51.000000000 +0100
@@ -23,7 +23,8 @@
    Usage: a.out [salt]
 */
 
-#define NULL 0
+#include <stdio.h> /* for sprintf() */
+#include <string.h> /* for strlen() */
 
 main(argc, argv)
 char **argv;
