mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-04 22:14:33 +02:00
12 lines
300 B
Diff
12 lines
300 B
Diff
|
--- cifs-utils-6.2.orig/mount.h
|
||
|
+++ cifs-utils-6.2/mount.h
|
||
|
@@ -20,6 +20,8 @@
|
||
|
#ifndef _MOUNT_H_
|
||
|
#define _MOUNT_H_
|
||
|
|
||
|
+#include <paths.h>
|
||
|
+
|
||
|
/* exit status - bits below are ORed */
|
||
|
#define EX_USAGE 1 /* incorrect invocation or permission */
|
||
|
#define EX_SYSERR 2 /* out of memory, cannot fork, ... */
|