diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-20 21:26:39 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-20 21:26:39 +0000 |
commit | cbdc39aa3ab26dcb1a6335d9ce1f6ed53f72542e (patch) | |
tree | 8fbe68f7f486f661e2202689ec59a11190703488 /usr.sbin | |
parent | 6c7ebb6d71984d34722b3ad75ef942d0a5d43cac (diff) |
add lcg.h
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bind/lib/isc/include/isc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bind/lib/isc/include/isc/Makefile.in b/usr.sbin/bind/lib/isc/include/isc/Makefile.in index aef8df30e60..defb97adf31 100644 --- a/usr.sbin/bind/lib/isc/include/isc/Makefile.in +++ b/usr.sbin/bind/lib/isc/include/isc/Makefile.in @@ -30,7 +30,7 @@ HEADERS = app.h assertions.h base64.h bitstring.h boolean.h buffer.h \ bufferlist.h commandline.h entropy.h error.h event.h \ eventclass.h \ file.h formatcheck.h fsaccess.h heap.h hex.h hmacmd5.h \ - interfaceiter.h @ISC_IPV6_H@ lang.h lex.h \ + interfaceiter.h @ISC_IPV6_H@ lang.h lcg.h lex.h \ lfsr.h lib.h list.h log.h magic.h md5.h mem.h msgcat.h msgs.h \ mutexblock.h netaddr.h ondestroy.h os.h \ print.h quota.h random.h ratelimiter.h \ |