summaryrefslogtreecommitdiffstats
path: root/lib/libutil/uucplock.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-30 22:35:07 +0000
committerdillon <dillon@FreeBSD.org>2001-09-30 22:35:07 +0000
commit3f4eabe6594889be9532151506817fe46fec7a40 (patch)
tree947a4f993aac5c93cff78ad1e3e445c96e2177be /lib/libutil/uucplock.c
parent35945dc1b734c5c022b14139299a72871ca268e1 (diff)
downloadFreeBSD-src-3f4eabe6594889be9532151506817fe46fec7a40.zip
FreeBSD-src-3f4eabe6594889be9532151506817fe46fec7a40.tar.gz
Add __FBSDID()s to libutil
Diffstat (limited to 'lib/libutil/uucplock.c')
-rw-r--r--lib/libutil/uucplock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/uucplock.c b/lib/libutil/uucplock.c
index a81d91a..6b2e2c5 100644
--- a/lib/libutil/uucplock.c
+++ b/lib/libutil/uucplock.c
@@ -29,11 +29,11 @@
* 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.
- *
- * $FreeBSD$
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifndef lint
static const char sccsid[] = "@(#)uucplock.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
OpenPOWER on IntegriCloud