logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

nettop-0.2.3-no-datetime.patch (405B)


  1. diff --git a/nettop.c.old b/nettop.c
  2. index ffcb507..be2f37b 100644
  3. --- a/nettop.c.old
  4. +++ b/nettop.c
  5. @@ -839,7 +839,7 @@ show_help()
  6. SLsmg_gotorc(y++, 0);
  7. SLsmg_printf("Written by Scott Parish, copyright 2001, BSD");
  8. SLsmg_gotorc(y++, 0);
  9. - SLsmg_printf("Compiled at %s, %s", __TIME__, __DATE__);
  10. + SLsmg_printf("Compiled at %s, %s", "12:30:30", "Jan 13 1984");
  11. y += 2;
  12. SLsmg_gotorc(y++, 0);