mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Couple of minor style tweaks in a patch file.
This commit is contained in:
parent
50da6a7568
commit
faab5f5b72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223837
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
|
||||
LRMI_free_real(data);
|
||||
|
||||
+#ifdef __linux__
|
||||
+#ifndef __FreeBSD__
|
||||
ioctl(0, KDSETMODE, KD_TEXT);
|
||||
+#endif
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
|||
return 11;
|
||||
}
|
||||
|
||||
+#ifdef __linux__
|
||||
+#ifndef __FreeBSD__
|
||||
ioctl(0, KDSETMODE, KD_GRAPHICS);
|
||||
+#endif
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue