summaryrefslogtreecommitdiff
path: root/hurd/running
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/running')
-rw-r--r--hurd/running/dde_guide.mdwn5
1 files changed, 2 insertions, 3 deletions
diff --git a/hurd/running/dde_guide.mdwn b/hurd/running/dde_guide.mdwn
index 08f82c99..03a09703 100644
--- a/hurd/running/dde_guide.mdwn
+++ b/hurd/running/dde_guide.mdwn
@@ -125,9 +125,8 @@ change the 127.0.0.1 line to: 127.0.0.1 hurd localhost
add these 2 lines after the last #include
-#include <ddekit/timer.h>
-
-void get_random_byter(void *buf, int nbytes) { }
+ #include <ddekit/timer.h>
+ void get_random_byter(void *buf, int nbytes) { }
> $ cd ..