diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/res_comp.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libc/net/res_comp.c b/src/lib/libc/net/res_comp.c index 605a9b9922..e637f4a958 100644 --- a/src/lib/libc/net/res_comp.c +++ b/src/lib/libc/net/res_comp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: res_comp.c,v 1.19 2015/12/14 03:25:59 mmcc Exp $ */ | 1 | /* $OpenBSD: res_comp.c,v 1.20 2016/05/01 15:17:29 millert Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * ++Copyright++ 1985, 1993 | 4 | * ++Copyright++ 1985, 1993 |
@@ -444,18 +444,6 @@ _getshort(const u_char *msgp) | |||
444 | } | 444 | } |
445 | DEF_STRONG(_getshort); | 445 | DEF_STRONG(_getshort); |
446 | 446 | ||
447 | #ifdef NeXT | ||
448 | /* | ||
449 | * nExt machines have some funky library conventions, which we must maintain. | ||
450 | */ | ||
451 | u_int16_t | ||
452 | res_getshort(msgp) | ||
453 | const u_char *msgp; | ||
454 | { | ||
455 | return (_getshort(msgp)); | ||
456 | } | ||
457 | #endif | ||
458 | |||
459 | u_int32_t | 447 | u_int32_t |
460 | _getlong(const u_char *msgp) | 448 | _getlong(const u_char *msgp) |
461 | { | 449 | { |