mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
Replace "_" in the names of the patch files with "__" to conform to the patch file name convention.
10 lines
269 B
C
10 lines
269 B
C
--- fiemap.c.orig 2024-08-22 17:41:01 UTC
|
|
+++ fiemap.c
|
|
@@ -288,7 +288,6 @@ char* strippart(const char* partname)
|
|
return _fulldevnm;
|
|
}
|
|
|
|
-#include <linux/hdreg.h>
|
|
/* Get partition offset in sectors for block device devnm */
|
|
int64_t partoffset(const char* devnm)
|
|
{
|