shmpatch-screen_h 380 B

123456789101112131415
  1. $OpenBSD: shmpatch-screen_h,v 1.1 2003/11/22 00:56:58 espie Exp $
  2. --- screen.h.orig 2003-08-22 14:28:43.000000000 +0200
  3. +++ screen.h 2003-11-17 23:37:54.000000000 +0100
  4. @@ -288,6 +288,10 @@ struct baud_values
  5. int sym; /* symbol defined in ttydev.h */
  6. };
  7. +#ifdef IPC_EXPORT_IMAGE
  8. +char *shm; /* pointer to shared memory segment */
  9. +#endif
  10. +
  11. /*
  12. * windowlist orders
  13. */