diff options
Diffstat (limited to 'lib/libalias/alias.c')
-rw-r--r-- | lib/libalias/alias.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libalias/alias.c b/lib/libalias/alias.c index 575f369..e69966e 100644 --- a/lib/libalias/alias.c +++ b/lib/libalias/alias.c @@ -24,10 +24,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$"); + /* Alias.c provides supervisory control for the functions of the packet aliasing software. It consists of routines to monitor |