Browse Source

* Fixed compilation of example

git-svn-id: trunk@12410 -
joost 16 years ago
parent
commit
c5346ebbc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/utmp/examples/testutmp.pp

+ 1 - 1
packages/utmp/examples/testutmp.pp

@@ -1,6 +1,6 @@
 Program testu;
 
-uses utmp,linux;
+uses utmp,unixutil;
 
 Const UTMPFile = '/var/run/utmp';