diff options
Diffstat (limited to 'usr.bin/logins/logins.c')
| -rw-r--r-- | usr.bin/logins/logins.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/logins/logins.c b/usr.bin/logins/logins.c index abf342e63219..bde8beb2c1d9 100644 --- a/usr.bin/logins/logins.c +++ b/usr.bin/logins/logins.c @@ -25,11 +25,11 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/logins/logins.c,v 1.1 2004/03/06 21:57:29 des Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/logins/logins.c,v 1.1 2004/03/06 21:57:29 des Exp $"); #include <err.h> #include <grp.h> |
