summaryrefslogtreecommitdiffstats
path: root/lib/libalias/alias_irc.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-30 21:03:33 +0000
committerdillon <dillon@FreeBSD.org>2001-09-30 21:03:33 +0000
commit384d1b28611dabe8a1fbdec78cfe89bef5012070 (patch)
tree99d3968d57a174565d909cfde6e9b180b4d75a29 /lib/libalias/alias_irc.c
parent6815a9f8598bb19fa58c494739a7a907f10cb521 (diff)
downloadFreeBSD-src-384d1b28611dabe8a1fbdec78cfe89bef5012070.zip
FreeBSD-src-384d1b28611dabe8a1fbdec78cfe89bef5012070.tar.gz
Add __FBSDID's to libalias
Diffstat (limited to 'lib/libalias/alias_irc.c')
-rw-r--r--lib/libalias/alias_irc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libalias/alias_irc.c b/lib/libalias/alias_irc.c
index ec5aa8a..bea75a7 100644
--- a/lib/libalias/alias_irc.c
+++ b/lib/libalias/alias_irc.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$");
+
/* Alias_irc.c intercepts packages contain IRC CTCP commands, and
changes DCC commands to export a port on the aliasing host instead
of an aliased host.
OpenPOWER on IntegriCloud