One line patch to make kdm work on FreeBSD/alpha.
Submitted by: dfr
This commit is contained in:
parent
464b385bd7
commit
4c014496f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20158
10
x11/kdebase11/files/patch-au
Normal file
10
x11/kdebase11/files/patch-au
Normal file
@ -0,0 +1,10 @@
|
||||
--- kdm/session.c.orig Sat Jul 10 12:18:04 1999
|
||||
+++ kdm/session.c Sat Jul 10 12:18:24 1999
|
||||
@@ -703,6 +703,7 @@
|
||||
* We need to do this before setusercontext() because that may
|
||||
* set or reset some environment variables.
|
||||
*/
|
||||
+ envinit[0] = NULL;
|
||||
environ = envinit;
|
||||
|
||||
/*
|
Loading…
Reference in New Issue
Block a user