X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.c-Linux;h=4bca77615d5f2d5b6aabffa885885b4dc9e0c9d6;hb=6c140c0137225dff8b08d62df9c4ecc1093c6cbc;hp=88b78993d1992a35f0a8ffb6c4fa81caf08fc67d;hpb=7e8bec7a4f372261874a73641c6bc0dadeafab7d;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.c-Linux b/src/OS/os.c-Linux index 88b78993d..4bca77615 100644 --- a/src/OS/os.c-Linux +++ b/src/OS/os.c-Linux @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/OS/os.c-Linux,v 1.2 2005/04/06 14:09:17 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1997 - 2001 */ +/* Copyright (c) University of Cambridge 1997 - 2016 */ /* See the file NOTICE for conditions of use and distribution. */ /* Linux-specific code. This is concatenated onto the generic @@ -96,7 +94,7 @@ ip_address_item *last = NULL; ip_address_item *next; char addr6p[8][5]; unsigned int plen, scope, dad_status, if_idx; -char devname[20]; +char devname[20+1]; FILE *f; #endif