More uses of RCSID() in lib/* and appl/bsd.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@178 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-10-24 14:03:21 +00:00
parent 201d9714e6
commit 4eac32e222
4 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
#include "bsd_locl.h"
RCSID("$Header$");
/* utmpx_login - update utmp and wtmp after login */
int

View File

@@ -1,6 +1,8 @@
#include "config.h"
#include "protos.h"
RCSID("$Header$");
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>

View File

@@ -1,5 +1,7 @@
#include "bsd_locl.h"
RCSID("$Header$");
#ifndef HAVE_IRUSEROK
int __check_rhosts_file = 1;

View File

@@ -1,5 +1,7 @@
#include "bsd_locl.h"
RCSID("$Header$");
#ifndef HAVE_STRDUP
char *
strdup(const char *old)