diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-30 22:29:19 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-30 22:29:19 +0000 |
commit | 1788c686523028d1592b7aee962c867a2921933f (patch) | |
tree | cc7bd030db94f4cd98f118d9ebb73adbc80679fe /lib/libtacplus | |
parent | f6666a61a9103591bf3b2cba20c5342edd8e97d7 (diff) | |
download | FreeBSD-src-1788c686523028d1592b7aee962c867a2921933f.zip FreeBSD-src-1788c686523028d1592b7aee962c867a2921933f.tar.gz |
Add __FBSDID()s to libtacplus
Diffstat (limited to 'lib/libtacplus')
-rw-r--r-- | lib/libtacplus/taclib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libtacplus/taclib.c b/lib/libtacplus/taclib.c index 45ba4d4..861d2d0 100644 --- a/lib/libtacplus/taclib.c +++ b/lib/libtacplus/taclib.c @@ -22,10 +22,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$"); + #include <sys/types.h> #include <sys/socket.h> #include <sys/time.h> |