diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-11-05 12:14:46 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-11-05 12:14:46 +0000 |
commit | 4b3c32709ca1d2a674d3738303f75ff1d9e45b9d (patch) | |
tree | 8aa40c2785c7d3d8685e0f7f9398bebe50b60c7c /usr.sbin/smtpd/config.c | |
parent | d94d11d1b3c9527d872e802bdbb878e2009b935b (diff) |
add a few missing id tags; there are a bunch of files, and developers
will probably miss this change when working on more important matters,
so it is probably better to sort them now. there is a risk of losing
the tags if a change needs to be reverted too.
written with excellent advice from jmc@
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/config.c')
-rw-r--r-- | usr.sbin/smtpd/config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/smtpd/config.c b/usr.sbin/smtpd/config.c index 49e5ebbd0a6..4ee545be0ba 100644 --- a/usr.sbin/smtpd/config.c +++ b/usr.sbin/smtpd/config.c @@ -1,3 +1,5 @@ +/* $OpenBSD: config.c,v 1.2 2008/11/05 12:14:45 sobrado Exp $ */ + /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> * |