1 diff -ru src.orig//suspend-utils-1.0/suspend.c src//suspend-utils-1.0/suspend.c
2 --- src.orig//suspend-utils-1.0/suspend.c 2011-08-04 15:11:21.987197928 +0200
3 +++ src//suspend-utils-1.0/suspend.c 2011-08-04 15:12:29.263868275 +0200
5 fd = open(vt_name, O_RDWR);
8 +// If already on default Fbsplash VT, don't change away from it
11 error = ioctl(fd, VT_ACTIVATE, vt);
13 suspend_error("Could not activate the VT %d.", vt);
21 char *msg = "\33[H\33[J";