diff options
| author | millert <> | 2016-05-01 15:17:29 +0000 |
|---|---|---|
| committer | millert <> | 2016-05-01 15:17:29 +0000 |
| commit | 30459657beac3e884f62b80e5677e4ab40c6afe0 (patch) | |
| tree | f2de6aacf293f4fe83db49b0497143d1c1b25d7c /src/lib/libc | |
| parent | 525aa293be7a35d70f8159889212257f64e2988e (diff) | |
| download | openbsd-30459657beac3e884f62b80e5677e4ab40c6afe0.tar.gz openbsd-30459657beac3e884f62b80e5677e4ab40c6afe0.tar.bz2 openbsd-30459657beac3e884f62b80e5677e4ab40c6afe0.zip | |
Remove old NeXT-specific cruft. From mmcc@
Diffstat (limited to 'src/lib/libc')
| -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 | { |
