diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:29:19 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:29:19 +0000 |
| commit | a71f4c3a1588619b67d69c5fe54c68066281515c (patch) | |
| tree | cc7bd030db94f4cd98f118d9ebb73adbc80679fe | |
| parent | e74b6a84ce2dd9e091aabfbaca4d692983662c0d (diff) | |
Notes
| -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 45ba4d4ada84..861d2d06943f 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> |
