diff TOOLS/cache2.c @ 9380:edfe34c5405d

linux->osdep
author arpi
date Sun, 09 Feb 2003 20:18:23 +0000
parents 5628c341f4ff
children
line wrap: on
line diff
--- a/TOOLS/cache2.c	Sun Feb 09 20:01:25 2003 +0000
+++ b/TOOLS/cache2.c	Sun Feb 09 20:18:23 2003 +0000
@@ -1,5 +1,5 @@
 
-// gcc cache2.c ../linux/shmem.o -o cache2
+// gcc cache2.c ../osdep/shmem.o -o cache2
 
 // Initial draft of my new cache system...
 // includes some simulation code, using usleep() to emulate limited bandwith
@@ -11,7 +11,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "../linux/shmem.h"
+#include "../osdep/shmem.h"
 
 typedef struct {
   // constats: