Remove non-portable functions from config.def.h
This commit is contained in:
		@@ -51,7 +51,5 @@ static const char unknown_str[] = "n/a";
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
static const struct arg args[] = {
 | 
					static const struct arg args[] = {
 | 
				
			||||||
	/* function format          argument */
 | 
						/* function format          argument */
 | 
				
			||||||
	{ cpu_perc, "[CPU %3s%%] ", NULL    },
 | 
						{ datetime, "%s",           "%F %T" },
 | 
				
			||||||
	{ ram_perc, "[RAM %2s%%] ", NULL    },
 | 
					 | 
				
			||||||
	{ datetime, "[ %s ]",       "%F %T" },
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user