diff options
author | millert <> | 2016-05-01 15:17:29 +0000 |
---|---|---|
committer | millert <> | 2016-05-01 15:17:29 +0000 |
commit | f68337da26406e762120e88412881f3a38fdef4f (patch) | |
tree | f2de6aacf293f4fe83db49b0497143d1c1b25d7c /src | |
parent | 649166803bb1a5e579f58989874797f75ba13d76 (diff) | |
download | openbsd-f68337da26406e762120e88412881f3a38fdef4f.tar.gz openbsd-f68337da26406e762120e88412881f3a38fdef4f.tar.bz2 openbsd-f68337da26406e762120e88412881f3a38fdef4f.zip |
Remove old NeXT-specific cruft. From mmcc@
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 | { |