openbsd-ports/print/hplip/patches/patch-scan_sane_marvell_c
ajacoutot 0018626186 Update to hplip-3.18.10.
Very *lightly* tested so far; please send any regression to me directly.
2018-10-31 14:14:30 +00:00

20 lines
469 B
Plaintext

$OpenBSD: patch-scan_sane_marvell_c,v 1.2 2018/10/31 14:14:30 ajacoutot Exp $
--- scan/sane/marvell.c.orig Thu Jul 2 14:35:52 2009
+++ scan/sane/marvell.c Thu Jul 2 14:36:00 2009
@@ -29,13 +29,13 @@
#define _GNU_SOURCE
#endif
+#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <stdarg.h>
#include <syslog.h>
#include <stdio.h>
#include <string.h>
-#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
#include <math.h>