Skip to content

Commit 4b27aec

Browse files
committed
[OpenBSD] Remove ProcFS references
OpenBSD no longer supports ProcFS and already removed all references to this feature, which causes the ROOT compilation to fail on this no longer existing constant.
1 parent 122814a commit 4b27aec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/unix/src/TUnixSystem.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4074,8 +4074,6 @@ int TUnixSystem::UnixFSstat(const char *path, Long_t *id, Long_t *bsize,
40744074
*id = 0x6969;
40754075
else if (!strcmp(statfsbuf.f_fstypename, MOUNT_MSDOS))
40764076
*id = 0x4d44;
4077-
else if (!strcmp(statfsbuf.f_fstypename, MOUNT_PROCFS))
4078-
*id = 0x9fa0;
40794077
else if (!strcmp(statfsbuf.f_fstypename, MOUNT_EXT2FS))
40804078
*id = 0xef53;
40814079
else if (!strcmp(statfsbuf.f_fstypename, MOUNT_CD9660))

0 commit comments

Comments
 (0)