aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw/pwupd.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
commit1dcc6ec750ce84c42fee6fb29a88c20b3b91f4ed (patch)
treec6510211de36420d926f0f06e4285a90e3012be9 /usr.sbin/pw/pwupd.c
parent8298b5a8afa5c4079bd82202ce9720b515a2368e (diff)
downloadsrc-1dcc6ec750ce84c42fee6fb29a88c20b3b91f4ed.tar.gz
src-1dcc6ec750ce84c42fee6fb29a88c20b3b91f4ed.zip
Notes
Diffstat (limited to 'usr.sbin/pw/pwupd.c')
-rw-r--r--usr.sbin/pw/pwupd.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/pw/pwupd.c b/usr.sbin/pw/pwupd.c
index 1162d0ce9a1c..0b68266e8298 100644
--- a/usr.sbin/pw/pwupd.c
+++ b/usr.sbin/pw/pwupd.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 <stdio.h>
#include <stdlib.h>
#include <string.h>