File: xattr-header-from-sys

package info (click to toggle)
plptools 1.0.13-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,476 kB
  • sloc: ansic: 17,622; sh: 12,838; cpp: 12,823; makefile: 650; yacc: 291; sed: 16
file content (11 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- a/plpfuse/fuse.c
+++ b/plpfuse/fuse.c
@@ -20,7 +20,7 @@
 #include <errno.h>
 #include <sys/time.h>
 #include <syslog.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 #include <attr/attributes.h>
 
 #include "plpfuse.h"