Remove duplicate include.

This commit is contained in:
Wayne Davison
2021-09-26 16:28:35 -07:00
parent 12c058698b
commit 4fd662fea9

View File

@@ -491,7 +491,6 @@ enum delret {
#ifndef __TANDEM
#define MAKEDEV(devmajor,devminor) makedev(devmajor,devminor)
#else
# include <sys/stat.h>
# define major DEV_TO_MAJOR
# define minor DEV_TO_MINOR
# define MAKEDEV MAJORMINOR_TO_DEV