Skip to content
Snippets Groups Projects
Commit f03e1a8b authored by Vignesh Raman's avatar Vignesh Raman
Browse files

Remove d/p/majorminor patch


d/p/majorminor has been removed from series, but the patch
is still present in d/patches. Remove the not required patch.

Signed-off-by: default avatarVignesh Raman <vignesh.raman@collabora.com>
parent 03fd0d7e
No related branches found
No related tags found
1 merge request!9Update from debian/bookworm for apertis/v2024dev2
Index: lsof-4.91+dfsg/tests/LTlib.c
===================================================================
--- lsof-4.91+dfsg.orig/tests/LTlib.c
+++ lsof-4.91+dfsg/tests/LTlib.c
@@ -231,26 +231,32 @@ _PROTOTYPE(static X2DEV_T x2dev,(char *x
*/
#if !defined(major_S)
+#include <sys/sysmacros.h>
#define major_S major
#endif /* defined(major_S) */
#if !defined(minor_S)
+#include <sys/sysmacros.h>
#define minor_S minor
#endif /* defined(minor_S) */
#if !defined(unit_S)
+#include <sys/sysmacros.h>
#define unit_S(x) 0
#endif /* defined(unit_S) */
#if !defined(major_X)
+#include <sys/sysmacros.h>
#define major_X(dp, em) major(x2dev(dp, em))
#endif /* defined(major_X) */
#if !defined(minor_X)
+#include <sys/sysmacros.h>
#define minor_X(dp, em) minor(x2dev(dp, em))
#endif /* defined(minor_X) */
#if !defined(unit_X)
+#include <sys/sysmacros.h>
#define unit_X(dp, em) 0
#endif /* defined(unit_X) */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment