--- pgp/src/zipup.c 2018/04/24 16:39:28 1.1.1.3 +++ pgp/src/zipup.c 2018/04/24 16:42:27 1.1.1.5 @@ -36,7 +36,7 @@ # include # define fhow (O_RDONLY|O_BINARY) # else /* !MSDOS */ -#ifndef AMIGA +#if !(defined(AMIGA) || defined(__NetBSD__)) long lseek(); #endif /* AMIGA */ # define fhow 0