Fix <psctl.h> using the same include guard as <sys/ioctl.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2021-12-11 03:11:52 +01:00
parent e65ff1827c
commit db4ab331c7
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015 Jonas 'Sortie' Termansen. * Copyright (c) 2015, 2021 Jonas 'Sortie' Termansen.
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
@ -17,8 +17,8 @@
* Process control interface. * Process control interface.
*/ */
#ifndef INCLUDE_SYS_IOCTL_H #ifndef INCLUDE_PSCTL_H
#define INCLUDE_SYS_IOCTL_H #define INCLUDE_PSCTL_H
#include <sys/cdefs.h> #include <sys/cdefs.h>