diff options
-rw-r--r-- | src/lib/libc/net/gai_strerror.c | 3 | ||||
-rw-r--r-- | src/lib/libc/net/if_indextoname.c | 1 | ||||
-rw-r--r-- | src/lib/libc/net/if_nameindex.c | 1 | ||||
-rw-r--r-- | src/lib/libc/net/if_nametoindex.c | 1 |
4 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/net/gai_strerror.c b/src/lib/libc/net/gai_strerror.c index 708fb23d18..a191cb5b28 100644 --- a/src/lib/libc/net/gai_strerror.c +++ b/src/lib/libc/net/gai_strerror.c | |||
@@ -1,7 +1,6 @@ | |||
1 | /* $OpenBSD: gai_strerror.c,v 1.4 1999/12/30 08:54:20 itojun Exp $ */ | 1 | /* $OpenBSD: gai_strerror.c,v 1.5 2001/06/05 02:31:34 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * %%% copyright-cmetz-97-bsd | ||
5 | * Copyright (c) 1997-1999, Craig Metz, All rights reserved. | 4 | * Copyright (c) 1997-1999, Craig Metz, All rights reserved. |
6 | * | 5 | * |
7 | * Redistribution and use in source and binary forms, with or without | 6 | * Redistribution and use in source and binary forms, with or without |
diff --git a/src/lib/libc/net/if_indextoname.c b/src/lib/libc/net/if_indextoname.c index 4b38f851a1..4f3990b4c2 100644 --- a/src/lib/libc/net/if_indextoname.c +++ b/src/lib/libc/net/if_indextoname.c | |||
@@ -1,5 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * %%% copyright-cmetz-98-bsd | ||
3 | * Copyright (c) 1998-1999, Craig Metz, All rights reserved. | 2 | * Copyright (c) 1998-1999, Craig Metz, All rights reserved. |
4 | * | 3 | * |
5 | * Redistribution and use in source and binary forms, with or without | 4 | * Redistribution and use in source and binary forms, with or without |
diff --git a/src/lib/libc/net/if_nameindex.c b/src/lib/libc/net/if_nameindex.c index 9e4a71faa9..88f162d7dd 100644 --- a/src/lib/libc/net/if_nameindex.c +++ b/src/lib/libc/net/if_nameindex.c | |||
@@ -1,5 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * %%% copyright-cmetz-98-bsd | ||
3 | * Copyright (c) 1998-1999, Craig Metz, All rights reserved. | 2 | * Copyright (c) 1998-1999, Craig Metz, All rights reserved. |
4 | * | 3 | * |
5 | * Redistribution and use in source and binary forms, with or without | 4 | * Redistribution and use in source and binary forms, with or without |
diff --git a/src/lib/libc/net/if_nametoindex.c b/src/lib/libc/net/if_nametoindex.c index 3a83714376..e7e8b6c22a 100644 --- a/src/lib/libc/net/if_nametoindex.c +++ b/src/lib/libc/net/if_nametoindex.c | |||
@@ -1,5 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * %%% copyright-cmetz-98-bsd | ||
3 | * Copyright (c) 1998-1999, Craig Metz, All rights reserved. | 2 | * Copyright (c) 1998-1999, Craig Metz, All rights reserved. |
4 | * | 3 | * |
5 | * Redistribution and use in source and binary forms, with or without | 4 | * Redistribution and use in source and binary forms, with or without |